home *** CD-ROM | disk | FTP | other *** search
- object MPEGTool_CutForm: TMPEGTool_CutForm
- Left = 216
- Top = 420
- BorderStyle = bsDialog
- Caption = 'Merge MPEG'
- ClientHeight = 145
- ClientWidth = 344
- Color = clBtnFace
- Font.Charset = ANSI_CHARSET
- Font.Color = clWindowText
- Font.Height = -12
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Position = poScreenCenter
- Scaled = False
- OnCloseQuery = FormCloseQuery
- OnCreate = FormCreate
- OnDestroy = FormDestroy
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 12
- object Bevel1: TBevel
- Left = 8
- Top = 8
- Width = 329
- Height = 97
- end
- object VideoState: TLabel
- Left = 112
- Top = 24
- Width = 209
- Height = 12
- AutoSize = False
- end
- object AudioState: TLabel
- Left = 112
- Top = 51
- Width = 209
- Height = 12
- AutoSize = False
- end
- object SystemState: TLabel
- Left = 112
- Top = 80
- Width = 209
- Height = 12
- AutoSize = False
- end
- object VideoCheckBox: TLabel
- Left = 24
- Top = 24
- Width = 38
- Height = 12
- Caption = 'Video part:'
- end
- object AudioCheckBox: TLabel
- Left = 24
- Top = 51
- Width = 38
- Height = 12
- Caption = 'Audio part:'
- end
- object SystemCheckBox: TLabel
- Left = 24
- Top = 78
- Width = 78
- Height = 12
- Caption = 'Output to file:'
- end
- object CancelButton: TButton
- Left = 135
- Top = 114
- Width = 75
- Height = 25
- Cancel = True
- Caption = 'Abort'
- TabOrder = 0
- OnClick = CancelButtonClick
- end
- object StartupTimer: TTimer
- Enabled = False
- Interval = 100
- OnTimer = StartupTimerTimer
- Left = 170
- Top = 40
- end
- end
-